libdvbv5_d.desc_t2_delivery

@file desc_t2_delivery.h @ingroup descriptors @brief Provides the descriptors for the DVB-T2 delivery system descriptor @copyright GNU Lesser General Public License version 2.1 (LGPLv2.1) @author Mauro Carvalho Chehab

@par Relevant specs The descriptor described herein is defined at: - ETSI EN 300 468 V1.11.1

@par Bug Report Please submit bug reports and patches to linux-media@vger.kernel.org

Members

Functions

dvb_desc_t2_delivery_free
void dvb_desc_t2_delivery_free(const(void)* desc)

@brief Frees all data allocated by the T2 delivery system descriptor @ingroup descriptors

dvb_desc_t2_delivery_init
int dvb_desc_t2_delivery_init(dvb_v5_fe_parms* parms, const(ubyte)* buf, dvb_extension_descriptor* ext, void* desc)

@brief Initializes and parses the T2 delivery system descriptor @ingroup descriptors

dvb_desc_t2_delivery_print
void dvb_desc_t2_delivery_print(dvb_v5_fe_parms* parms, const(dvb_extension_descriptor)* ext, const(void)* desc)

@brief Prints the content of the T2 delivery system descriptor @ingroup descriptors

Static variables

dvbt2_bw
const(uint)[] dvbt2_bw;

@brief converts from internal representation into bandwidth in Hz

dvbt2_interval
const(uint)[] dvbt2_interval;

@brief converts from internal representation into enum fe_guard_interval, as defined at DVBv5 API.

dvbt2_transmission_mode
const(uint)[] dvbt2_transmission_mode;

@brief converts from the descriptor's transmission mode into enum fe_transmit_mode, as defined by DVBv5 API.

siso_miso
const(char)*[4] siso_miso;

@brief converts from internal representation to string the SISO_MISO field of dvb_desc_t2_delivery:SISO_MISO field.

Structs

dvb_desc_t2_delivery
struct dvb_desc_t2_delivery

@struct dvb_desc_t2_delivery @ingroup descriptors @brief Structure containing the T2 delivery system descriptor

dvb_desc_t2_delivery_cell
struct dvb_desc_t2_delivery_cell

@struct dvb_desc_t2_delivery_cell @ingroup descriptors @brief Structure to describe transponder cells

dvb_desc_t2_delivery_subcell
struct dvb_desc_t2_delivery_subcell

@struct dvb_desc_t2_delivery_subcell @ingroup descriptors @brief Structure to describe transponder subcell extension and frequencies

dvb_desc_t2_delivery_subcell_old
struct dvb_desc_t2_delivery_subcell_old

@struct dvb_desc_t2_delivery_subcell_old @ingroup descriptors @brief Structure to describe transponder subcell extension and frequencies

Meta